home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 199
- Top = 126
- BorderStyle = bsNone
- Caption = 'Setup'
- ClientHeight = 342
- ClientWidth = 500
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDefault
- WindowState = wsMaximized
- OnCreate = FormCreate
- OnPaint = FormPaint
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 104
- Top = 104
- Width = 265
- Height = 73
- TabOrder = 0
- Visible = False
- object Label1: TLabel
- Left = 96
- Top = 8
- Width = 65
- Height = 16
- Caption = 'Copying ....'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ProgressBar1: TProgressBar
- Left = 16
- Top = 40
- Width = 233
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- object DDEClient: TDdeClientConv
- DdeService = 'ProgMan'
- Left = 416
- Top = 16
- LinkInfo = (
- 'Service ProgMan'
- 'Topic ')
- end
- end
-